Click or drag to resize

AggregateOn Constructor (PropertyPath, Aggregate)

Initializes a new instance of the AggregateOn class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public AggregateOn(
	PropertyPath propertyPath,
	Aggregate aggregate
)

Parameters

propertyPath
Type: Independentsoft.ExchangePropertyPath
The property path.
aggregate
Type: Independentsoft.ExchangeAggregate
The aggregate.
See Also